projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f2acf
)
(tool-bar-map): Defvar when compiling.
author
Dave Love
<fx@gnu.org>
Thu, 9 Nov 2000 11:46:48 +0000
(11:46 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 9 Nov 2000 11:46:48 +0000
(11:46 +0000)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 287b565c4d40e959321c76131d96559f0ece905a..03d5b2dce2155a913d9fa65bb10aa2ef40cba07c 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-4327,6
+4327,7
@@
which specify the range to operate on."
(defalias 'message-exchange-point-and-mark 'exchange-point-and-mark)
;; Support for toolbar
+(eval-when-compile (defvar tool-bar-map))
(if (featurep 'xemacs)
(require 'messagexmas)
(when (and (fboundp 'tool-bar-add-item-from-menu)